Rename the widget template API
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 26 Jul 2013 17:49:49 +0000 (13:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 26 Jul 2013 17:52:15 +0000 (13:52 -0400)
commit89ae3524a32b8532b9b1da836eaa8b610feec22d
tree2fdf029b998abf6323c00c805f529f7216aa076d
parent62aa54f536d548a2abff6f84dc01ee666193419d
Rename the widget template API

The macros and functions are inconsistently named, and are not tied to
the "template" concept - to the point that it seems plausible to use
them without setting the template.

The new naming scheme is as follows:

  gtk_widget_class_bind_template_child_full
  gtk_widget_class_bind_template_callback_full

With the convenience macros:

  gtk_widget_class_bind_template_child
  gtk_widget_class_bind_template_child_internal
  gtk_widget_class_bind_template_callback

https://bugzilla.gnome.org/show_bug.cgi?id=700898
https://bugzilla.gnome.org/show_bug.cgi?id=700896
39 files changed:
demos/gtk-demo/listbox.c
docs/reference/gtk/gtk3-sections.txt
examples/application3/exampleappwin.c
examples/application4/exampleappwin.c
examples/application5/exampleappwin.c
examples/application6/exampleappprefs.c
examples/application6/exampleappwin.c
examples/application7/exampleappprefs.c
examples/application7/exampleappwin.c
examples/application8/exampleappprefs.c
examples/application8/exampleappwin.c
examples/application9/exampleappprefs.c
examples/application9/exampleappwin.c
gtk/gtkaboutdialog.c
gtk/gtkappchooserdialog.c
gtk/gtkappchooserwidget.c
gtk/gtkassistant.c
gtk/gtkcolorchooserdialog.c
gtk/gtkcoloreditor.c
gtk/gtkdialog.c
gtk/gtkfilechooserbutton.c
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserdialog.c
gtk/gtkfontbutton.c
gtk/gtkfontchooserdialog.c
gtk/gtkfontchooserwidget.c
gtk/gtkinfobar.c
gtk/gtklockbutton.c
gtk/gtkmessagedialog.c
gtk/gtkpagesetupunixdialog.c
gtk/gtkpathbar.c
gtk/gtkprintunixdialog.c
gtk/gtkrecentchooserdefault.c
gtk/gtkscalebutton.c
gtk/gtksearchbar.c
gtk/gtkstatusbar.c
gtk/gtkvolumebutton.c
gtk/gtkwidget.c
gtk/gtkwidget.h